home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / shell / vector11.lha / etc / rc.vector
Encoding:
Text File  |  1994-10-31  |  1.0 KB  |  43 lines

  1. # Default rc.vector file by GGS
  2. # Only lines starting with/after a '%' and before an empty line are
  3. # considered data, everything else is ignored
  4.  
  5. # Location of vector's data files
  6.  
  7. %vectorpath:
  8. AXsh:etc/vector/
  9.  
  10. # Temporary upload directory (must be kept clean)
  11.  
  12. %uploadpath:
  13. Storage:Temp/
  14.  
  15. # Initial bytes awarded to new user
  16.  
  17. %initbyte:
  18. 1000000
  19.  
  20. # Types of uploads available & minimum level for it (user selects type)
  21. # Format:
  22. # Name        Path                Min. accesslevel
  23. # (no spaces)    (remember the /)        (must be valid for AXsh)
  24.  
  25. %uploadtype:
  26. General        Storage:General/Uploads/    visitor
  27. Adult        Storage:Adult/Uploads/        trusted
  28. SysopOnly    Storage:Sysop/            visitor
  29.  
  30. # Types of files available & ratio for it (sysop selects type)
  31. # Format:
  32. # Name        Path                Ratio
  33. # (no spaces)    (remember the /)        (DL:UL bytes)
  34.  
  35. %filetype:
  36. Modules        Storage:General/Modules/    5
  37. Pictures    Storage:General/Pictures/    5
  38. Text        Storage:General/Text/        10
  39. Other        Storage:General/Other/        5
  40. Adult_Pics    Storage:Adult/Pictures/        5
  41. Adult_Text    Storage:Adult/Text/        10
  42. Adult_Other    Storage:Adult/Other/        5
  43.